home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Low Level Languages / FORTRAN.500 / DISK6 / BSE.FI$ / BSE.bin
Encoding:
Text File  |  1989-01-27  |  983 b   |  32 lines

  1. C****************************** Module Header ******************************
  2. C*
  3. C* Module Name: BSE.FI
  4. C*
  5. C* This file includes the definitions necessary for writing Base OS/2 applications.
  6. C*
  7. C* Copyright (c) 1987-1989  Microsoft Corporation
  8. C*
  9. C* ===========================================================================
  10. C*
  11. C* The following symbols are used in this file for conditional sections.
  12. C*
  13. C*   INCL_BASE   -  ALL of OS/2 Base
  14. C*   INCL_DOS    -  OS/2 DOS Kernel
  15. C*   INCL_SUB    -  OS/2 VIO/KBD/MOU
  16. C*   INCL_DOSERRORS -  OS/2 Errors         - only included if symbol defined
  17. C*
  18. C***************************************************************************
  19.  
  20. $DEFINE INCL_BASEINCLUDED
  21.  
  22. C if INCL_BASE defined then define all the symbols
  23.  
  24. $IF defined(INCL_BASE)
  25. $DEFINE INCL_DOS
  26. $DEFINE INCL_SUB
  27. $DEFINE INCL_DOSERRORS
  28. $ENDIF   ! INCL_BASE
  29.  
  30.     include 'bsedos.fi'       ! Base definitions
  31.     include 'bsesub.fi'       ! VIO/KBD/MOU definitions
  32.